home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMCOMMENT / TFRMCOMMENT.txt
Encoding:
Text File  |  2003-01-14  |  1.9 KB  |  108 lines

  1. object frmComment: TfrmComment
  2.   Left = 443
  3.   Top = 235
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Comment'
  7.   ClientHeight = 161
  8.   ClientWidth = 302
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblCommentText: TLabel
  20.     Left = 4
  21.     Top = 8
  22.     Width = 67
  23.     Height = 13
  24.     Caption = '&Comment text:'
  25.   end
  26.   object pnlBottomButtons: TPanel
  27.     Left = 0
  28.     Top = 124
  29.     Width = 302
  30.     Height = 37
  31.     Align = alBottom
  32.     BevelOuter = bvNone
  33.     BorderWidth = 5
  34.     TabOrder = 2
  35.     object comCancel: TButton
  36.       Left = 223
  37.       Top = 8
  38.       Width = 75
  39.       Height = 25
  40.       Anchors = [akRight, akBottom]
  41.       Cancel = True
  42.       Caption = 'Cancel'
  43.       ModalResult = 2
  44.       TabOrder = 1
  45.     end
  46.     object comOk: TButton
  47.       Left = 139
  48.       Top = 8
  49.       Width = 75
  50.       Height = 25
  51.       Anchors = [akRight, akBottom]
  52.       Caption = 'OK'
  53.       Default = True
  54.       ModalResult = 1
  55.       TabOrder = 0
  56.     end
  57.   end
  58.   object rchComment: TRichEdit
  59.     Left = 4
  60.     Top = 24
  61.     Width = 293
  62.     Height = 73
  63.     ScrollBars = ssVertical
  64.     TabOrder = 0
  65.     OnKeyUp = rchCommentKeyUp
  66.   end
  67.   object chkAddToBottom: TCheckBox
  68.     Left = 4
  69.     Top = 104
  70.     Width = 289
  71.     Height = 17
  72.     Caption = 'Add to &bottom of task'
  73.     TabOrder = 1
  74.   end
  75.   object IvTranslator1: TIvTranslator
  76.     DictionaryName = 'dcoAMStepBuilder'
  77.     Left = 356
  78.     Top = 84
  79.     TargetsData = (
  80.       1
  81.       6
  82.       (
  83.         '*'
  84.         'Hint'
  85.         0)
  86.       (
  87.         '*'
  88.         'Caption'
  89.         0)
  90.       (
  91.         'TRichEdit'
  92.         'Text'
  93.         0)
  94.       (
  95.         'TMemo'
  96.         'Text'
  97.         0)
  98.       (
  99.         '*'
  100.         'Items'
  101.         0)
  102.       (
  103.         '*'
  104.         'Cells'
  105.         0))
  106.   end
  107. end
  108.